BIPs bitcoin improvement proposals

87 - Hierarchy for Deterministic Multisig Wallets

BIP: 87 source Layer: Applications Title: Hierarchy for Deterministic Multisig Wallets Author: Robert Spigler Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087 Status: Proposed Type: Standards Track Created: 2020-03-11 License: BSD-2-Clause Table of ContentsAbstractCopyrightMotivationSpecificationKey sortingPath levelsPurposeCoin typeAccountChangeIndexAddress DiscoveryAddress Gap LimitBackwards CompatibilityRationaleExamplesReference ImplementationAcknowledgementReferences Abstract This BIP defines a sane hierarchy for deterministic multisig wallets based on an algorithm described in BIP-0032 (BIP32 from now on), purpose scheme described in BIP-0043 (BIP43 from now on), and multi-account hierarchy described in BIP-0044 (BIP44 from now on). This BIP is a particular application of BIP43. Copyright This BIP is licensed under the 2-clause BSD license. Motivation With the increase of more user friendly (offline) mult...